There are keyboard shortcuts for many HTML.edit commands. You can also click the Palette Help button on the Tool Palette for a display of all command key shortcuts.
Navigation
⌘Ó or home Go to Index
⌘Ô or end Go to Preferences
⌘Ø Go To Document…
‚åòÔ£ø Go Back (to last place you were*)
‚åòShift-M Go To Selected Master Header
‚åòShift-F Go To Selected Master Footer
General
‚åò? or help HTML.edit Help
‚åòA Select Text of Current Field
Shift-Enter Select the Current Line
‚åòF Find
‚åòG Find Again
‚åòShift-T Show/Hide HTML Tool Palette
‚åòShift-D Reset Selected Text to Default Font
‚åòE Show/Hide Scroll Window
‚åòOption-I Show Info Window
‚åòOption-L Show/Hide Clip Library Window
‚åòM Show/Hide Message Box
⌘R Replace…
‚åòOption-R Show/Hide Ruler
‚åòN New Document
‚åòO Import (Open) Text File
‚åòS Export (Save) Document to Text File
‚åòP Print Text (Header, Body & Footer)
‚åòJ Preview Using WWW Browser
‚åòZ Undo Typing or Last Command
Delete Forward
HTML
‚åò1-6 Selected Heading Level
‚åòH Current Heading Level <Hn>
‚åò7 Link to Previous Document**
‚åò8 Link to Next Document**
‚åò9 Link to Selected Document**
‚åò- HTML Comment (Command-Minus)
‚åò+ Uncomment (Command-Plus)
‚åò" Insert Quote Entity (")
‚åòI Insert Image Tags
‚åòK Remove HTML Tags
‚åòL HTML List Item <LI> (for use within <UL> or <OL>)
‚åòD HTML Table Cell <TD>
‚åòY HTML Table Row <TR>
‚åòOption-S Insert All Structural Tags
‚åòShift-L Begin TouchLink‚Ñ¢
‚åòShift-A HyperText Link using Anchor Utility
‚åòOption-A Quick HyperText Link
‚åòShift-N Named Anchor using Anchor Utility
‚åòOption-N Quick Named Anchor
‚åòShift-B HTML Bold
‚åòShift-I HTML Italic
‚åòShift-P HTML Preformatted
‚åòShift-U HTML Underline
‚åòShift-E HTML Emphasis
‚åòShift-S HTML Strong Emphasis
‚åòShift-C HTML Citation
Control-Delete Remove Surrounding Tags
Control-Shift-B, I, U, T, C, E***, S, P, 1-6 & Delete
Adds the same tags as the ‚åò-shifted counterpart, but removes the immediately-surrounding tags. This works for the physical style, semantic style and heading level shortcuts listed above. For example, selecting the word "golden" and typing Control-Shift-E would change
This is a <B>golden</B> day.
to
This is a <EM>golden</EM> day.
Typing Control-Delete removes the tags immediately surrounding the text selection. If the start and end tags do not match properly (tag attributes are ignored), HTML.edit will beep.
* works in Help window, too.
** if length of selected text is zero, holding down the Option key while choosing the command inserts the TITLE of the target document as hypertext for link. See Anchor Menu for more info.
*** for consistency sake, I list the Control-key shortcuts as always Control-Shift-[key]. In actuality, all but Control-Shift-E work without the shift key. Control-E is unfortunately the same as hitting the Help button on keyboards equipped with such a button.
Back to HTML Help, on to Sizing Windows, or return to HTML.edit Features.